﻿.index_t1 {
    margin-top: 1.5rem
}

.index_t1 .main_con {
    display: flex
}

.index_t1 .t1_left {
    position: relative;
    flex-shrink: 0;
    width: 35rem;
    height: 20.35rem;
    margin-right: 2.25rem;
    background-color: #eee;
    background-size: cover;
    background-position: top center
}

.index_t1 .t1_left .swiper-container {
    width: 100%;
    height: 100%
}

.index_t1 .t1_left .swiper-pagination-bullet {
    z-index: 2;
    background-color: #fff
}

.index_t1 .t1_left .swiper-pagination-bullet-active {
    background-color: #33B3FF
}

.index_t1 .t1_left .desc {
    display: block;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.1rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2)
}

.index_t1 .t1_left .swiper-slide {
    position: relative
}

.index_t1 .t1_left img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.index_t1 .t1_right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1
}

.index_t1 .t1_right .t1_right_block {
    flex: 1
}

.index_t1 .t1_right .line {
    border-bottom: #e6e6e6 solid .05rem
}

.index_t1 .t1_right .block_title {
    margin-top: .8rem;
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1.85rem;
    color: #000;
    opacity: 1
}

.index_t1 .t1_right .t1_right_block:first-child .block_title {
    margin-top: 0
}

.index_t1 .t1_right .t1_right_block:last-child .block_info {
    margin-bottom: 0
}

.index_t1 .t1_right .block_info {
    display: flex;
    margin-top: .8rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.05rem;
    color: #666
}

.index_t1 .t1_right .block_text {
    margin-top: .8rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.05rem;
    color: #999;
    opacity: 1
}

.index_t1 .t1_right .block_info_tips {
    margin-right: .8rem
}

.page_btns {
    display: flex;
    margin-top: 1.25rem;
    justify-content: center
}

.page_btns .page_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .4rem;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 1px solid #e6e6e6;
    opacity: 1;
    border-radius: .2rem;
    font-size: .7rem;
    font-weight: 400;
    color: #999;
    font-family: iconfont;
    cursor: pointer
}

.index_t2 {
    margin-bottom: 1rem
}

.index_t2 .t2_title {
    margin-top: 2.3rem;
    margin-bottom: .75rem;
    height: 1.2rem;
    background-image: url(../image/t2_title_bg.png);
    background-position: center;
    background-size: 59.3rem 1.25rem
}

.index_t2 .t2_block {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: .75rem 0;
    height: 4.2rem;
    overflow: hidden;
    transition: all ease .3s
}

.index_t2 .t2_block.hide {
    height: 0;
    padding: 0
}

.index_t2 .t2_block:before {
    display: block;
    content: "";
    margin-right: .55rem;
    width: .35rem;
    height: .35rem;
    flex-shrink: 0;
    background: #00a0ff;
    border-radius: .2rem;
    opacity: 1
}

.index_t2 .t2_block .t2_block_time {
    margin-right: 2.25rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    color: #00a0ff
}

.index_t2 .t2_block .t2_block_text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35rem;
    max-height: 4.05rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.bluehead_title {
    display: flex;
    height: 2rem;
    background-image: url(../include/t3_title_bg.png);
    background-position: left center;
    background-size: auto 2rem;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    font-size: 1.2rem;
    text-indent: .8rem;
    line-height: 2rem;
    font-weight: bold;
    color: #fff
}

.bluehead_title .more_btn {
    display: block;
    margin-left: auto;
    padding: .6rem .9rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: .8rem;
    color: #999
}

.bluehead_title .more_btn:after {
    font-family: iconfont;
    content: "\e600";
    font-size: .7rem;
    color: #73B3B3
}

.t3_con {
    display: flex;
    justify-content: space-between
}

.t3_con .t3_block {
    width: 13.5rem;
    margin-top: 1.2rem
}

.t3_con .t3_block .pic {
    width: 13.5rem;
    height: 10.15rem;
    background-color: #eee;
    background-position: center;
    background-size: cover
}

.t3_con .t3_block .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .3rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4rem;
    color: #333;
    opacity: 1
}

.index_t4 {
    margin-top: 2.25rem
}

.index_t4 .main_con {
    display: flex
}

.index_t4 .t4_left {
    position: relative;
    width: 42.85rem
}

.index_t4 .t4_right {
    width: 14.2rem;
    margin-left: auto
}

.index_t4 .t4_block {
    display: flex;
    padding: .94rem 0;
    border-bottom: #e6e6e6 solid 1px
}

.index_t4 .t4_block+.ggd2 {
    margin-top: .94rem;
    padding-bottom: .94rem;
    background-color: #fff;
    border-bottom: #e6e6e6 solid 1px
}

.index_t4 .t4_block_pic {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 10.4rem;
    height: 7.8rem;
    margin-right: 1.5rem;
    border: rgba(0, 0, 0, 0.05) solid 1px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover
}

.index_t4 .t4_block_text {
    margin-top: .45rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.55rem;
    color: #000
}

.index_t4 .t4_block_text:hover {
    color: #00A0FF
}

.index_t4 .t4_block_mark {
    margin-top: .25rem;
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.2rem;
    color: #00a0ff
}

.index_t4 .t4_block_tips {
    margin-top: .9rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.05rem;
    color: #666
}

.index_t4 .ggd2 {
    display: block;
    position: relative;
    margin-top: 1.4rem;
    width: 42.85rem;
    height: 5.1rem;
    background-color: #eee
}

.index_t4 .ggd2 img {
    display: block;
    width: 100%;
    height: 100%
}

.index_t4 .t4_bottom_loading_con {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4rem;
    width: 42.85rem;
    height: 2.05rem;
    background: #fff;
    border: 1px solid #2d71e2;
    font-size: .8rem;
    font-weight: 400;
    color: #2d71e2;
    cursor: pointer
}

.index_t4 .loading_con {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4rem;
    width: 42.85rem;
    height: 2.05rem;
    animation: loadingAnime linear 1s infinite
}

.index_t4 .loading_con img {
    display: block;
    width: 1.55rem;
    height: 1.55rem
}

@keyframes loadingAnime {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.index_t4 .t4_pannel {
    position: relative;
    margin-bottom: 1.5rem;
    border-top: #00A0FF solid .1rem;
    padding: .9rem .8rem;
    background-color: rgba(0, 0, 0, 0.07)
}

.index_t4 .t4_pannel2 {
    padding-bottom: .5rem;
    margin-bottom: 1.5rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-top: #00A0FF solid 0.1rem;
}

.index_t4 .t4_pannel2>img {
    display: block;
    width: 100%;
    height: auto
}

.index_t4 .t4_pannel2 .poster_link {
    display: block;
    position: relative;
    height: 8.4rem
}

.index_t4 .t4_pannel2 .poster_link img {
    display: block;
    width: 100%;
    height: 100%
}

.index_t4 .t4_pannel2 .poster_link .poster_text {
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .3rem .3rem .23rem 2.15rem;
    font-size: .82rem;
    font-weight: 400;
    line-height: 1.15rem;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff
}

.index_t4 .t4_pannel2 .poster_link .poster_text .t4_p2_link_num {
    left: .6rem;
    width: .9rem;
    height: .9rem;
    line-height: .9rem;
    font-size: .82rem;
    text-align: center;
    background: #f7464e
}

.index_t4 .t4_pannel2 .t4_p2_link {
    position: relative;
    display: block;
    padding: 0 1.4rem 0 2.15rem;
    margin: .75rem 0;
    font-size: .82rem;
    font-weight: 400;
    line-height: 1.3rem;
    max-height: 2.6rem;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.index_t4 .t4_pannel2 .t4_p2_link_num {
    position: absolute;
    left: .75rem;
    top: 50%;
    color: #666;
    transform: translate(0, -50%)
}

.index_t4 .t4_pannel2 .poster_text .t4_p2_link_num {
    color: #fff
}

.index_t4 .t4_pannel2 .t4_p2_list a:nth-child(1):not(.poster_link) .t4_p2_link_num,
.index_t4 .t4_pannel2 .t4_p2_list a:nth-child(2) .t4_p2_link_num,
.index_t4 .t4_pannel2 .t4_p2_list a:nth-child(3) .t4_p2_link_num {
    color: #F7464E
}

.index_t4 .t4_pannel2 .t4_p2_list a:hover,
.index_t4 .t4_pannel2 .t4_p2_list .poster_text:hover {
    color: #00A0FF
}

.index_t4 .t4_pannel_title {
    padding-bottom: .75rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.55rem;
    color: #333
}

.index_t4 .t4_app_block {
    display: flex;
    margin-top: .9rem
}

.index_t4 .t4_app_block .app_pic {
    margin-right: .8rem;
    width: 2.75rem;
    height: 2.75rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.index_t4 .t4_app_block .app_title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3rem;
    color: #333
}

.index_t4 .t4_app_block .app_link {
    margin-right: .8rem;
    font-size: .7rem;
    font-weight: 400;
    line-height: .95rem;
    color: #333
}

.index_t4 .t4_app_block .app_link img {
    vertical-align: middle
}

.index_t4 .t4_app_block .app_link2 {
    position: relative;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1rem;
    color: #8e8e8e
}

.index_t4 .t4_app_block .app_link2>img {
    vertical-align: middle
}

.index_t4 .t4_app_block .app_link2:hover {
    color: #00A0FF
}

.index_t4 .t4_app_block .app_link2:first-child {
    margin-right: .4rem
}

.index_t4 .t4_app_block .app_link2 .ercode_tips {
    display: none;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 1.5rem;
    background-color: #fff;
    padding: .5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 .3rem;
    animation: bottom_fadein ease .3s
}

.index_t4 .t4_app_block .app_link2 .ercode_tips img {
    width: 3.7rem;
    height: 3.7rem
}

.index_t4 .t4_app_block .app_link2 .ercode_tips:before {
    position: absolute;
    left: 30px;
    top: -6px;
    display: block;
    content: "";
    border-bottom: #fff 7px solid;
    border-left: transparent 6px solid;
    border-right: transparent 6px solid
}

.index_t4 .t4_app_block .app_link2:hover .ercode_tips {
    display: block
}

.index_t4 .t4_poster img {
    width: 12.6rem;
    height: 22.3rem
}

.index_t4 .t4_poster_btn {
    margin-top: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    height: 1.7rem;
    color: #fff;
    background: #00a0ff;
    opacity: 1;
    border-radius: .2rem
}

.index_t4 .t4_text {
    margin-top: .6rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    text-align: center;
    color: #666
}

.index_t4 .t4_ul {
    padding: 0;
    margin: 0
}

.index_t4 .t4_ul li {
    position: relative;
    margin-top: .6rem;
    padding-left: .8rem;
    margin-bottom: .75rem;
    font-size: .82rem;
    font-weight: 400;
    line-height: 1.15rem;
    max-height: 2.3rem;
    color: #666;
    list-style: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.index_t4 .t4_ul li:hover {
    color: #2D71E2
}

.index_t4 .t4_ul li:before {
    position: absolute;
    left: 0;
    top: .45rem;
    display: block;
    width: .3rem;
    height: .3rem;
    border-radius: .2rem;
    background-color: #999999;
    content: ""
}

.index_t4 .t4_pannel_more_link {
    position: absolute;
    top: 1.1rem;
    right: .9rem;
    color: #999
}

.ggd3 {
    position: relative;
    width: 14.15rem;
    height: 11.85rem;
    margin-bottom: 1.5rem
}

.ggd3 img {
    display: block;
    width: 100%;
    height: 100%
}

/*# sourceMappingURL=./index.css.map */